home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-19
/
l2c-19.exe
/
DLINE.L2C
< prev
next >
Wrap
Text File
|
1993-06-25
|
982b
|
27 lines
;┌────────────────────────────────────────────────────────────────────────────┐
;│ DLINE demo │
;│ Watcom, MS-DOS version │
;└────────────────────────────────────────────────────────────────────────────┘
*
* A sample demo file to compile DLINE.LSP and related files
*
*─────────────────────────────────────────────────────────────────────────────
*
* We don't want L2C to generate S::L2CSTARTUP, as we provide our own in
* STARTUP.LSP
* -n No to all the questions:
* we don't want L2C to generate S::L2CSTARTUP, as we provide
* our own in STARTUP.LSP
-n
ai_utils
startup
dline
* Specify output file name, as L2c would take AI_UT otherwise
* (first up to 5 characters from the first file name)
-odline
* Compiler is Watcom by default, but anyway...
-cWAT
* Target environment is DOS by default, but anyway...
-tDOS
* End of file